projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce37c45
)
(Fset_char_table_parent): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 23 Nov 2003 03:12:45 +0000
(
03:12
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 23 Nov 2003 03:12:45 +0000
(
03:12
+0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index c000d38724cdb92b23e8d349776e7b01c0c06cd4..5d7111a69a4ad8374d7d4fc3e73500d2d54755d0 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2369,7
+2369,7
@@
then the actual applicable value is inherited from the parent char-table
DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent,
2, 2, 0,
doc: /* Set the parent char-table of CHAR-TABLE to PARENT.
-PARENT must be either nil or another char-table. */)
+
Return PARENT.
PARENT must be either nil or another char-table. */)
(char_table, parent)
Lisp_Object char_table, parent;
{